home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / amac41.zip / SRCH.INF < prev    next >
Text File  |  1991-08-26  |  2KB  |  28 lines

  1. SRCH30 are QEdit macros to search/replace and search only files containing
  2. search text from a file pattern or a FileList of file patterns to search
  3. using FGREP.COM and MAXFIND. Only files containing the search text are
  4. loaded automatically, and then the desired search/replace is performed.
  5. Search/replace may be done from the command line and while editing files.
  6. Search or search/replace may be also performed on ZIP files without
  7. manually unzipping and rezipping.
  8.  
  9. In addition to SR, SRL, and SRQ batch files, two additional batch files are
  10. provided to search and replace files within ZIP's. SZ.BAT and SZR.BAT are
  11. batch files using FGREP.COM to search and search/replace text within ZIP's
  12. without having to manually unzip, search, replace, and then rezip. For
  13. example, at the command line:
  14.  
  15.                  SRZ  fff  FFF  TEST        <enter>
  16.  
  17. finds all occurrences of "fff" in files within TEST.ZIP and replaces it
  18. with "FFF". Files containing "fff" are loaded after replacement so each
  19. replacement can be viewed before re-zip. The user is given the option of
  20. updating each ZIP on a file by file basis before re-zipping.
  21.  
  22. Batch file SM.BAT is also provided to search text files with MAXFIND. SM.QM
  23. are QEdit macros to use with SM.BAT for searching files containing a search
  24. string using MaxFind. Files are searched, found, and loaded for editing or
  25. viewing. The search string, file names, and other input or search options
  26. may be specified at the command line or entered at the option query prompt.
  27. "Fuzzy", "and/or", and "sliding window" text searches can be done.
  28.